Return to doc.sitecore.com

Valid for Sitecore 6.3
Release Notes

The latest release information about the E-mail Campaign Manager module.

Some of the issues described on this page contain internal reference numbers. You can use these reference numbers when communicating with Sitecore about a particular issue or feature.

1.  Release History

July 26, 2011

The E-mail Campaign Manager v1.1.0 rev.110725 is released.

Tested with Sitecore CMS 6.3.1 rev. 110112.

Compatibility
This version of the module only runs on Sitecore 6.3.

Change log.

New Features 

Email Delivery

Performance and Optimization

Important changes

Issues Resolved

Performance and Dispatch issues

Reporting & logging issues

Other issues

December 14, 2010

The E-mail Campaign Manager v1.1.0 rev.101119 is released.

Tested with Sitecore CMS 6.3.0 rev.100716.

Compatibility
This version of the module only runs on Sitecore 6.3.

Change log.

New features:

Important changes:

Issues resolved:

2.  Known issues

The list of known issues present in the latest version of the E-mail Campaign Manager module.

  1. Message subject testing cannot be performed.
    Reference number: 
    347258.
    Message subject testing cannot be performed on the “HTML” and “Plain Text” email campaign message types.

  2. The Dispatch status is not displayed correctly.
    Reference number:
     349382.
    The Dispatch status is not displayed correctly in the info panel if the IIS is reset during a dispatch.

  3. Email Campaign Manager upgrade deletes three files required by the Web Forms for Marketers module
    Reference number:
    338003
    Upgrading process of the Email Campaign Manager module to the version 1.1.0 rev.101119 deletes the following files required by the Web Forms for Marketers module:
        bin\MSCaptcha.dll
        bin\Sitecore.Captcha.dll
        App_Config\Includes\Captcha.config
    Workaround:
    1. Go to Website_root\temp\ __UpgradeHistory\ Upgrade_E-mail Campaign Manager-1.1.0 rev. 101119_[iso date when the package  was installed]\deleted
    2. Copy the following files:
        bin\MSCaptcha.dll
        bin\Sitecore.Captcha.dll
        App_Config\Includes\Captcha.config
    3. Paste the files to the appropriate folders in Website_root.

  4. Dispatching does not function if a Common Opt-Out role is not defined.
    Reference number: 
    334389.
    Dispatching does not function if a Common Opt-Out role is not defined for a Target Audience and the Roles in Roles field is selected (set to true) in the Global Setting section of the Email Campaign item. If the RolesinRoles setting is unselected or a Common Opt-Out role is defined, dispatching works with no issues. (334389)

  5. A dedicated server is unable to send messages the first time it is called.
    Reference number: 334390.
    A dedicated server is unable to send messages the first time it is called. This is only occurs on the first request after starting a site in the IIS.
     

  6. Subscription confirmation/notification messages are not sent in Live mode (358144)
     
    Workaround:
    Download the file with the updated pages.
    1. Replace the /sitecore/ConfirmSubscription.html and /sitecore/Unsubscribe.html files with the files that you download (item filtering is disabled for ClientApi calls).
    2. Modify and build the Subscription Form code file (see an example in the Subscription Form.ascx.cs file that you download):
       a. Add the UpdateSubscriptions() method (see its implementation in the Subscription Form.ascx.cs file that you download).
       b. Replace the following line:
       string itemIDToRedirect = ClientApi.UpdateSubscriptions(ContextContact.Name, infoArray, confirmSubscription);
       with the line
       string itemIDToRedirect = this.UpdateSubscriptions(infoArray);